home *** CD-ROM | disk | FTP | other *** search
/ Nebula 2 / Nebula Two.iso / SourceCode / Palettes / TablePrinter / TablePrinterPalette.h < prev    next >
Text File  |  1995-06-12  |  441b  |  22 lines

  1.  
  2. // TablePrinterPalette
  3. //
  4. // By Eric T. Seymour, NeXT Computer, Inc.
  5. //
  6. // You may freely copy, distribute, and reuse the code in this example.
  7. // NeXT disclaims any warranty of any kind, expressed or  implied, as to its
  8. // fitness for any particular use.
  9. //
  10. // This file looks best when using tabstops of 3.
  11.  
  12.  
  13. #import <apps/InterfaceBuilder.h>
  14.  
  15. @interface TablePrinterPalette:IBPalette
  16. {
  17.     id        tablePrinterCover;
  18.     id        tablePrinter;
  19. }
  20.  
  21. @end
  22.